翻訳と辞書
Words near each other
・ Impossible cube
・ Impossible differential cryptanalysis
・ Impossible Dream
・ Impossible Dream (advertisement)
・ Impossible Dreams
・ Implicit animation
・ Implicit attitude
・ Implicit certificate
・ Implicit cognition
・ Implicit collaboration
・ Implicit contract
・ Implicit contract theory
・ Implicit cost
・ Implicit curve
・ Implicit data collection
Implicit data structure
・ Implicit divestiture
・ Implicit function
・ Implicit function theorem
・ Implicit graph
・ Implicit invocation
・ Implicit k-d tree
・ Implicit leadership theory
・ Implicit learning
・ Implicit Meanings
・ Implicit memory
・ Implicit parallelism
・ Implicit personality theory
・ Implicit self-esteem
・ Implicit Shape Model


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Implicit data structure : ウィキペディア英語版
Implicit data structure

In computer science, an implicit data structure stores very little information other than the main or required data. These storage schemes retain no pointers, represent a file of ''n'' ''k''-key records as an ''n'' by ''k'' array. In implicit data structures, the only structural information is to allow the array to grow and shrink. It is called "implicit" because the order of the elements carries meaning. Another term used interchangeably is space efficient. Definitions of “very little” are vague and can mean from O(1) to O(log ''n'') extra space. Everything is accessed in-place, by reading bits at various positions in the data. To achieve memory-optimal coding, appropriate data items use bits instead of bytes. Implicit data structures are also succinct data structures.
== Efficiency concerns ==

Implicit data structures are designed to improve main memory utilization, concomitantly reducing access to slower storage. A greater fraction of data in an implicit data structure can fit in main memory, reducing administrative processing. Implicit data structures can improve cache-efficiency and thus running speed, especially if the method used improves locality of reference.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Implicit data structure」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.